home *** CD-ROM | disk | FTP | other *** search
/ Virtual Sex With Asia / Virtual Sex With Asia.iso / mac / Virtual Sex with Asia.Dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1997-09-07  |  183 b   |  12 lines

  1. global gMachineType
  2.  
  3. on exitFrame
  4.   if gMachineType = 256 then
  5.     go(the frame + 2)
  6.   else
  7.     puppetTransition(50, 0, 12)
  8.     go(the frame + 1)
  9.     puppetTransition(0)
  10.   end if
  11. end
  12.